home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / AppsToGo.Changes / DTS.Lib / GWLayers.c.df < prev    next >
Encoding:
Text File  |  1993-06-18  |  2.2 KB  |  47 lines  |  [TEXT/MPS ]

  1. File #1: b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:GWLayers.c
  2. File #2: a:Desktop Folder:AppsToGo.src:DTS.Lib:GWLayers.c
  3.  
  4. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:GWLayers.c"; Line 8; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:GWLayers.c"; Line 8)
  5. ** Copyright © 1989-1991 Apple Computer, Inc.
  6.  
  7. ** Copyright © 1989-1993 Apple Computer, Inc.
  8.  
  9.  
  10. Extra lines in 2nd before 12 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:GWLayers.c"; Line Δ12; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:GWLayers.c"; Line 12:19)
  11. /* You may incorporate this sample code into your applications without
  12. ** restriction, though the sample code has been provided "AS IS" and the
  13. ** responsibility for its operation is 100% yours.  However, what you are
  14. ** not permitted to do is to redistribute the source as "DSC Sample Code"
  15. ** after having made changes. If you're going to re-distribute the source,
  16. ** we require that you make it clear in the source that the code was
  17. ** descended from Apple Sample Code, but that you've made changes. */
  18.  
  19.  
  20.  
  21. Extra lines in 2nd before 452 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:GWLayers.c"; Line Δ452; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:GWLayers.c"; Line 460)
  22.     short        depth;
  23.  
  24.  
  25. Extra lines in 2nd before 463 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:GWLayers.c"; Line Δ463; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:GWLayers.c"; Line 472:474)
  26.                 if (!((*theLayer)->layerDepth))
  27.                     (*theLayer)->layerDepth = (*aboveLayer)->layerDepth;
  28.  
  29.  
  30.  
  31. Extra lines in 2nd before 504 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:GWLayers.c"; Line Δ504; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:GWLayers.c"; Line 516:523)
  32.  
  33.                     if (!((*theLayer)->layerDepth)) {
  34.                         if (((GrafPtr)layerWorld)->portBits.rowBytes & 0x8000)
  35.                             depth = (*(((CGrafPtr)layerWorld)->portPixMap))->pixelSize;
  36.                         else
  37.                             depth = 1;
  38.                         (*theLayer)->layerDepth = depth;
  39.                     }
  40.  
  41.  
  42. Extra lines in 2nd before 517 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:GWLayers.c"; Line Δ517; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:GWLayers.c"; Line 537)
  43.  
  44.  
  45.  
  46. *** EOF on both files at the same time ***
  47.